func os.timespecToTime
3 uses
os (current package)
stat_linux.go#L15: fs.modTime = timespecToTime(fs.sys.Mtim)
stat_linux.go#L44: func timespecToTime(ts syscall.Timespec) time.Time {
stat_linux.go#L50: return timespecToTime(fi.Sys().(*syscall.Stat_t).Atim)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)